[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn 5F4B  u - LAN Manager Enhanced DOS - Local Netremotemove         [N]

   AX = 5F4Bh
   DS:DX -> NetRemoteMove parameter structure

Return: CF clear if successful
   CF set on error
       AX = error code

See Also: AX=5F4Ah

Format of NetRemoteMove parameter structure:
Offset Size    Description
 00h   DWORD   -> source name as UNC
 04h   DWORD   -> destination name as UNC
 08h   DWORD   -> source password
 0Ch   DWORD   -> destination password
 10h   WORD    destination open bitmap
       if destination path exists
           0000h open fails
           0001h file is appended
           0002h file is overwritten
       if destination path doesn't exist
           0000h open fails
           0010h file is created
 12h   WORD    move control bitmap
           0001h destination must be a file
           0002h destination must be a directory
 14h   DWORD   -> move_info buffer
 18h   WORD    length of move_info buffer

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson